한국어
인증 토큰을 생성하고 사용자의 이메일 주소로 보냅니다. 사용자는 이메일로 검증 토큰을 받아야 합니다.
cURL
curl --request POST \ --url https://your_a2_service/auth/request-verify-token \ --header 'Content-Type: application/json' \ --data '{ "email": "jsmith@example.com" }'
"<any>"
Successful Response
The response is of type any.
any
이 페이지가 도움이 되었나요?